var testing.testlog

8 uses

	testing (current package)
		testing.go#L473: 	testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
		testing.go#L506: 	testlog              *string
		testing.go#L2339: 	if *testlog != "" {
		testing.go#L2345: 			f, err = os.Create(*testlog)
		testing.go#L2347: 			f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
		testing.go#L2379: 	if *testlog != "" {
		testing.go#L2381: 			fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
		testing.go#L2385: 			fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)